func runtime.countSub

9 uses

	runtime (current package)
		profbuf.go#L141: func countSub(x, y uint32) int {
		profbuf.go#L242: 	if countSub(br.tagCount(), bw.tagCount())+len(b.tags) < 1 {
		profbuf.go#L247: 	nd := countSub(br.dataCount(), bw.dataCount()) + len(b.data)
		profbuf.go#L268: 	if countSub(br.tagCount(), bw.tagCount())+len(b.tags) < 2 {
		profbuf.go#L273: 	nd := countSub(br.dataCount(), bw.dataCount()) + len(b.data)
		profbuf.go#L358: 	nd := countSub(br.dataCount(), bw.dataCount()) + len(b.data)
		profbuf.go#L445: 		ntag := countSub(br.tagCount(), rPrev.tagCount())
		profbuf.go#L458: 	numData := countSub(bw.dataCount(), br.dataCount())
		profbuf.go#L521: 	ntag := countSub(bw.tagCount(), br.tagCount())